Fix a couple of typos.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 10 Apr 2006 16:28:02 +0000 (17:28 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 10 Apr 2006 16:28:02 +0000 (17:28 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
tools/ioemu/hw/vga.c
xen/Makefile

index c6fca32ae4d1f670ad4427003cab146791660def..c04befca3bb420106664a134440e165eb4b2a6ee 100644 (file)
@@ -1378,7 +1378,7 @@ static inline unsigned int cpuid_edx(unsigned int op)
             : "=a" (eax), "=d" (edx)
             : "0" (op)
             : "cx");
-#undef __ebx
+#undef __bx
 
     return edx;
 }
index 3bda17760f23c6285f475c09bc8730a6f4b97532..631f0c791fce310bca5517ee85849235609a7b40 100644 (file)
@@ -48,7 +48,7 @@ clean:: delete-unfresh-files
 
 endif
 
-.PHONY: install
+.PHONY: dist
 dist: install
 
 .PHONY: debug